home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global SearchIndex, ManBold, ManBoldLine, ManBoldField, WordsField
- set Temp3 to the mouseLine
- set Temp1 to the castNum of sprite 18
- set Temp2 to the name of cast Temp1
- if the textStyle of line Temp3 of field Temp2 <> "Bold" then
- set the textStyle of field WordsField to "Plain"
- end if
- set the textStyle of line Temp3 of field Temp2 to "Bold"
- set ManBold to 1
- set ManBoldLine to Temp3
- set ManBoldField to Temp2
- DisplayResults(Search(line Temp3 of field Temp2))
- end
-